home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 1318 / readme.txt < prev    next >
Text File  |  1997-06-30  |  5KB  |  104 lines

  1. SNR (Search 'N' Replace) 6.1 for Windows95
  2.  
  3. Copyright (c) 1997 Thomas A. Lundin
  4. ALL RIGHTS RESERVED.
  5.  
  6. Distributed as fully-functional SHAREWARE. ($60 + s/h).
  7.  
  8. SNR is a multi-string, multi-file search and replace utility. It will 
  9. convert text and binary files of any size. SNR allows up to 2,500 
  10. conversion "equations" to be defined in a search-and-replace table; 
  11. these equations will be performed at one time on each file to be 
  12. converted. Multiple conversion tables may be chained in sequence. SNR 
  13. has advanced search-and-replace features such as wild card pattern 
  14. matching and variable-length string pattern matching.
  15.  
  16. Examples of the application of SNR are: automating the coding of 
  17. data files for desktop publishing; HTML tagging; making global source 
  18. code changes; converting Rich Text Format word processing files; 
  19. preparing uncoded ASCII files for word processing, desktop publishing or 
  20. web; filtering e-mail files. And much, much more.
  21.  
  22. Registration may be sent to the author:
  23.  
  24. Thomas A. Lundin
  25. 16267 Hudson Avenue
  26. Lakeville, MN 55044
  27.  
  28. phone: 612-431-5805
  29. email: 70523.262@compuserve.com
  30.  
  31. ------------------------------------------------------------------
  32.  
  33. Included in this .ZIP file are:
  34.  
  35. -> SNR.EXE, the shareware 16-bit version of SNR 5.08 that will run on 
  36.    286 and higher models of IBM-PC compatible computers.
  37.  
  38. -> SNR32.EXE, the shareware 32-bit version of SNR 6.1 specifically 
  39.    compiled for command-line use in DOS mode under Windows95 or NT. 
  40.    SUPPORTS WINDOWS95/NT LONG FILENAMES! Requires 486 or higher 
  41.    processor.
  42.  
  43. -> SNR95.EXE, the shareware 32-bit version of SNR 6.1 for use under 
  44.    Windows95 or NT. Supports long filenames. Requires 486 or higher 
  45.    processor.
  46. ------------------------------------------------------------------
  47.  
  48. Files comprising the shareware distribution package for SNR 6.1
  49.  
  50. README.TXT...........The file you're looking at now
  51. ORDERFRM.DOC ........Registration order form
  52. DEMO.BAT ............Runs a test file through a series of tables for you.
  53.                      To invoke the demo, just type DEMO
  54. SNR32.EXE ...........The command-line version of SNR 6.1
  55. SNR95.EXE ...........The GUI-mode version of SNR 6.1
  56. SNR.DOC .............The user manual
  57. QUIKREF.DOC .........Quick reference command sheet
  58.  
  59. DEMOTEST ............Test file for DEMO.BAT
  60. FIXED ...............Test file for FIXED2CR.S
  61. PENTATST ............Test file for NOCODES.S
  62. TABTEST .............Test file for SPC2TAB.S
  63. MERGE ...............Test file for SDF2FIX.S
  64.  
  65. The following sample tables may be run as is, or you can modify them for your 
  66. own purposes. Read each of them before running them to see what they are 
  67. supposed to do; then run them on some test files of yours to see the result of 
  68. the conversion. It's easier to understand a translation table once you know 
  69. what it does. 
  70.  
  71. ADDLF.S .............Add line feeds to carriage returns
  72. ASC2EBC.S ...........ASCII-to-EBCDIC table
  73. ASC2VP.S ............ASCII to Ventura Publisher special codes
  74. CAP2LC1.S ...........Makes an all-upper case file upper and lower case
  75. CAP2LC2.S ...........Cleanup table for upper and lower case conversion
  76. CHOP.S ..............Strips the 8th bit from all characters
  77. COMPRESS.S ..........Compresses multiple adjacent spaces
  78. DECRYPT.S ...........Unscrambles a file encrypted with ENCRYPT.S
  79. EBC2ASC.S ...........EBCDIC-to-ASCII table
  80. EL2ONE.S ............Changes letters l and O to numerals 1 and 0
  81. ENCRYPT.S ...........Purposely scrambles a file for security
  82. EVERY5.S ............Outputs a special tag every five lines
  83. FIXED2CR.S ..........Turns a fixed-length data file into ASCII text lines
  84. LC2CAP.S ............Makes all letters upper case
  85. NOCODES.S ...........Removes Penta Systems typesetting codes
  86. NONONASC.S ..........Removes all non-ASCII characters
  87. PARATAG.S ...........Distinguishes ASCII paragraphs from line-for-line text
  88. QUOTES.S ............Makes the double-quote character left- and right-facing
  89. SDF2FIX.S ...........Turns comma-delimited fields into fixed-length fields
  90. SHAVE.S .............Removes the first 256 characters from any file
  91. SINGLESP.S ..........Turns a double-spaced document into a single-spaced one
  92. SPC2TAB.S ...........Converts three or more spaces into a tab code
  93. SPELL.S .............Corrects some commonly-misspelled words
  94. SWAPTABS.S ..........Transposes variable-length tab columns
  95. TABULAR.S ...........Places tab codes between fixed-length columns
  96. TABULAR2.S ..........Pass 2 cleanup for TABULAR.S
  97. TRUNCATE.S ..........Truncates a file upon encountering an end-of-file char.
  98. VARIABLE.S ..........Sample equations for variable-length search & replace
  99. VTYPE.S .............Clearly shows all non-ASCII characters in a file
  100. WORDWRAP.S ..........Word wrap a file that contains long text lines
  101. WS2PLAIN.S ..........Wordstar to ASCII; ignores dot commands, too.
  102.  
  103.  
  104.